home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: Parent Power
/
The Sunday Times - Parent Power.iso
/
pc
/
engine
/
engine.swf
/
scripts
/
DefineSprite_246
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-03
|
354 b
|
16 lines
openURLTimeout = function()
{
clearInterval(nmWaitID);
_parent.webPageGo();
nmWaitID = setInterval(this,"closeTimeout",2000);
delete openURLTimeout;
};
closeTimeout = function()
{
clearInterval(nmWaitID);
_parent.gotoAndStop("init");
delete closeTimeout;
};
nmWaitID = setInterval(this,"openURLTimeout",2000);
stop();